POST api/deviceorder
Request Information
URI Parameters
None.
Body Parameters
RequestDeviceOrderAddName | Description | Type | Additional information |
---|---|---|---|
BarcodeNo | string |
None. |
|
OnlineTestCode | string |
None. |
|
PatientID | string |
None. |
|
PatientName | string |
None. |
|
Gender | string |
None. |
|
SpecimenType | string |
None. |
|
DeviceID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "BarcodeNo": "sample string 1", "OnlineTestCode": "sample string 2", "PatientID": "sample string 3", "PatientName": "sample string 4", "Gender": "sample string 5", "SpecimenType": "sample string 6", "DeviceID": 7 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.